Class: Aws::Types::SecurityGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_guid::String

Returns the value of attribute active_directory_guid.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


793
794
795
# File 'sig/types.rbs', line 793

def bot_members
  @bot_members
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def id
  @id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


796
797
798
# File 'sig/types.rbs', line 796

def is_default
  @is_default
end

#modified::Integer

Returns the value of attribute modified.

Returns:

  • (::Integer)


798
799
800
# File 'sig/types.rbs', line 798

def modified
  @modified
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def name
  @name
end

#security_group_settingsTypes::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