Class: Aws::Types::CreateSecurityGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3281
3282
3283
# File 'sig/types.rbs', line 3281

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3285
3286
3287
# File 'sig/types.rbs', line 3285

def dry_run
  @dry_run
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


3282
3283
3284
# File 'sig/types.rbs', line 3282

def group_name
  @group_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3284
3285
3286
# File 'sig/types.rbs', line 3284

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3283
3284
3285
# File 'sig/types.rbs', line 3283

def vpc_id
  @vpc_id
end