Class: Aws::Types::CreateSecurityGroupResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


3240
3241
3242
# File 'sig/types.rbs', line 3240

def group_id
  @group_id
end

#security_group_arn::String

Returns the value of attribute security_group_arn.

Returns:

  • (::String)


3242
3243
3244
# File 'sig/types.rbs', line 3242

def security_group_arn
  @security_group_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3241
3242
3243
# File 'sig/types.rbs', line 3241

def tags
  @tags
end