Class: Aws::Types::ProvisionedBandwidth

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#provision_time::Time

Returns the value of attribute provision_time.

Returns:

  • (::Time)


16026
16027
16028
# File 'sig/types.rbs', line 16026

def provision_time
  @provision_time
end

#provisioned::String

Returns the value of attribute provisioned.

Returns:

  • (::String)


16027
16028
16029
# File 'sig/types.rbs', line 16027

def provisioned
  @provisioned
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


16028
16029
16030
# File 'sig/types.rbs', line 16028

def request_time
  @request_time
end

#requested::String

Returns the value of attribute requested.

Returns:

  • (::String)


16029
16030
16031
# File 'sig/types.rbs', line 16029

def requested
  @requested
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


16030
16031
16032
# File 'sig/types.rbs', line 16030

def status
  @status
end