Class: Aws::Types::TransitGatewayMeteringPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#middlebox_attachment_ids::Array[::String]

Returns the value of attribute middlebox_attachment_ids.

Returns:

  • (::Array[::String])


18626
18627
18628
# File 'sig/types.rbs', line 18626

def middlebox_attachment_ids
  @middlebox_attachment_ids
end

#state"available", ...

Returns the value of attribute state.

Returns:

  • ("available", "deleted", "pending", "modifying", "deleting")


18627
18628
18629
# File 'sig/types.rbs', line 18627

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18629
18630
18631
# File 'sig/types.rbs', line 18629

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


18625
18626
18627
# File 'sig/types.rbs', line 18625

def transit_gateway_id
  @transit_gateway_id
end

#transit_gateway_metering_policy_id::String

Returns the value of attribute transit_gateway_metering_policy_id.

Returns:

  • (::String)


18624
18625
18626
# File 'sig/types.rbs', line 18624

def transit_gateway_metering_policy_id
  @transit_gateway_metering_policy_id
end

#update_effective_at::Time

Returns the value of attribute update_effective_at.

Returns:

  • (::Time)


18628
18629
18630
# File 'sig/types.rbs', line 18628

def update_effective_at
  @update_effective_at
end