Class: Aws::Types::InputSecurityGroup

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



1885
1886
1887
# File 'sig/types.rbs', line 1885

def arn
  @arn
end

#channels::Array[::String]

Returns the value of attribute channels.



1891
1892
1893
# File 'sig/types.rbs', line 1891

def channels
  @channels
end

#id::String

Returns the value of attribute id.



1886
1887
1888
# File 'sig/types.rbs', line 1886

def id
  @id
end

#inputs::Array[::String]

Returns the value of attribute inputs.



1887
1888
1889
# File 'sig/types.rbs', line 1887

def inputs
  @inputs
end

#state"IDLE", ...

Returns the value of attribute state.



1888
1889
1890
# File 'sig/types.rbs', line 1888

def state
  @state
end

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

Returns the value of attribute tags.



1889
1890
1891
# File 'sig/types.rbs', line 1889

def tags
  @tags
end

#whitelist_rules::Array[Types::InputWhitelistRule]

Returns the value of attribute whitelist_rules.



1890
1891
1892
# File 'sig/types.rbs', line 1890

def whitelist_rules
  @whitelist_rules
end