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)


3119
3120
3121
# File 'sig/types.rbs', line 3119

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3123
3124
3125
# File 'sig/types.rbs', line 3123

def dry_run
  @dry_run
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


3120
3121
3122
# File 'sig/types.rbs', line 3120

def group_name
  @group_name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3122
3123
3124
# File 'sig/types.rbs', line 3122

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3121
3122
3123
# File 'sig/types.rbs', line 3121

def vpc_id
  @vpc_id
end