Class: Aws::Types::SecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_guid ⇒ ::String
Returns the value of attribute active_directory_guid.
-
#active_members ⇒ ::Integer
Returns the value of attribute active_members.
-
#bot_members ⇒ ::Integer
Returns the value of attribute bot_members.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#modified ⇒ ::Integer
Returns the value of attribute modified.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_group_settings ⇒ Types::SecurityGroupSettings
Returns the value of attribute security_group_settings.
Instance Attribute Details
#active_directory_guid ⇒ ::String
Returns the value of attribute active_directory_guid.
794 795 796 |
# File 'sig/types.rbs', line 794 def active_directory_guid @active_directory_guid end |
#active_members ⇒ ::Integer
Returns the value of attribute active_members.
792 793 794 |
# File 'sig/types.rbs', line 792 def active_members @active_members end |
#bot_members ⇒ ::Integer
Returns the value of attribute bot_members.
793 794 795 |
# File 'sig/types.rbs', line 793 def bot_members @bot_members end |
#id ⇒ ::String
Returns the value of attribute id.
795 796 797 |
# File 'sig/types.rbs', line 795 def id @id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
796 797 798 |
# File 'sig/types.rbs', line 796 def is_default @is_default end |
#modified ⇒ ::Integer
Returns the value of attribute modified.
798 799 800 |
# File 'sig/types.rbs', line 798 def modified @modified end |
#name ⇒ ::String
Returns the value of attribute name.
797 798 799 |
# File 'sig/types.rbs', line 797 def name @name end |
#security_group_settings ⇒ Types::SecurityGroupSettings
Returns the value of attribute security_group_settings.
799 800 801 |
# File 'sig/types.rbs', line 799 def security_group_settings @security_group_settings end |