Class: Aws::Types::DescribeInputSecurityGroupResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def arn
  @arn
end

#channels::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


1032
1033
1034
# File 'sig/types.rbs', line 1032

def channels
  @channels
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def id
  @id
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


1028
1029
1030
# File 'sig/types.rbs', line 1028

def inputs
  @inputs
end

#state"IDLE", ...

Returns the value of attribute state.

Returns:

  • ("IDLE", "IN_USE", "UPDATING", "DELETED")


1029
1030
1031
# File 'sig/types.rbs', line 1029

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1030
1031
1032
# File 'sig/types.rbs', line 1030

def tags
  @tags
end

#whitelist_rules::Array[Types::InputWhitelistRule]

Returns the value of attribute whitelist_rules.

Returns:



1031
1032
1033
# File 'sig/types.rbs', line 1031

def whitelist_rules
  @whitelist_rules
end