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])


17976
17977
17978
# File 'sig/types.rbs', line 17976

def middlebox_attachment_ids
  @middlebox_attachment_ids
end

#state"available", ...

Returns the value of attribute state.

Returns:

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


17977
17978
17979
# File 'sig/types.rbs', line 17977

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17979
17980
17981
# File 'sig/types.rbs', line 17979

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


17975
17976
17977
# File 'sig/types.rbs', line 17975

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)


17974
17975
17976
# File 'sig/types.rbs', line 17974

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)


17978
17979
17980
# File 'sig/types.rbs', line 17978

def update_effective_at
  @update_effective_at
end