Class: Aws::Types::EC2SecurityGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_security_group_name::String

Returns the value of attribute ec2_security_group_name.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def ec2_security_group_name
  @ec2_security_group_name
end

#ec2_security_group_owner_id::String

Returns the value of attribute ec2_security_group_owner_id.

Returns:

  • (::String)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def ec2_security_group_owner_id
  @ec2_security_group_owner_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1408
1409
1410
# File 'sig/types.rbs', line 1408

def tags
  @tags
end