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_id::String

Returns the value of attribute ec2_security_group_id.

Returns:

  • (::String)


2507
2508
2509
# File 'sig/types.rbs', line 2507

def ec2_security_group_id
  @ec2_security_group_id
end

#ec2_security_group_name::String

Returns the value of attribute ec2_security_group_name.

Returns:

  • (::String)


2506
2507
2508
# File 'sig/types.rbs', line 2506

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)


2508
2509
2510
# File 'sig/types.rbs', line 2508

def ec2_security_group_owner_id
  @ec2_security_group_owner_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2505
2506
2507
# File 'sig/types.rbs', line 2505

def status
  @status
end