DescribeInputSecurityGroupResponse class

Placeholder documentation for DescribeInputSecurityGroupResponse

Properties

arn String?
Unique ARN of Input Security Group
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The Id of the Input Security Group
final
inputs List<String>?
The list of inputs currently using this Input Security Group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state InputSecurityGroupState?
The current state of the Input Security Group.
final
tags Map<String, String>?
A collection of key-value pairs.
final
whitelistRules List<InputWhitelistRule>?
Whitelist rules and their sync status
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited