Class: Aws::Types::CreateVpcAttachmentRequest

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)


597
598
599
# File 'sig/types.rbs', line 597

def client_token
  @client_token
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def core_network_id
  @core_network_id
end

#options ⇒ Types::VpcOptions

Returns the value of attribute options.

Returns:



594
595
596
# File 'sig/types.rbs', line 594

def options
  @options
end

#routing_policy_label ⇒ ::String

Returns the value of attribute routing_policy_label.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def routing_policy_label
  @routing_policy_label
end

#subnet_arns ⇒ ::Array[::String]

Returns the value of attribute subnet_arns.

Returns:

  • (::Array[::String])


593
594
595
# File 'sig/types.rbs', line 593

def subnet_arns
  @subnet_arns
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def tags
  @tags
end

#vpc_arn ⇒ ::String

Returns the value of attribute vpc_arn.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def vpc_arn
  @vpc_arn
end