Class: Aws::Types::CreateSecondaryNetworkRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3087
3088
3089
# File 'sig/types.rbs', line 3087

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3088
3089
3090
# File 'sig/types.rbs', line 3088

def dry_run
  @dry_run
end

#ipv_4_cidr_block::String

Returns the value of attribute ipv_4_cidr_block.

Returns:

  • (::String)


3089
3090
3091
# File 'sig/types.rbs', line 3089

def ipv_4_cidr_block
  @ipv_4_cidr_block
end

#network_type"rdma"

Returns the value of attribute network_type.

Returns:

  • ("rdma")


3090
3091
3092
# File 'sig/types.rbs', line 3090

def network_type
  @network_type
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3091
3092
3093
# File 'sig/types.rbs', line 3091

def tag_specifications
  @tag_specifications
end