Class: Aws::Types::CreateTransitGatewayMeteringPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3363
3364
3365
# File 'sig/types.rbs', line 3363

def dry_run
  @dry_run
end

#middlebox_attachment_ids::Array[::String]

Returns the value of attribute middlebox_attachment_ids.

Returns:

  • (::Array[::String])


3361
3362
3363
# File 'sig/types.rbs', line 3361

def middlebox_attachment_ids
  @middlebox_attachment_ids
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3362
3363
3364
# File 'sig/types.rbs', line 3362

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3360
3361
3362
# File 'sig/types.rbs', line 3360

def transit_gateway_id
  @transit_gateway_id
end