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)


16020
16021
16022
# File 'sig/types.rbs', line 16020

def provision_time
  @provision_time
end

#provisioned::String

Returns the value of attribute provisioned.

Returns:

  • (::String)


16021
16022
16023
# File 'sig/types.rbs', line 16021

def provisioned
  @provisioned
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


16022
16023
16024
# File 'sig/types.rbs', line 16022

def request_time
  @request_time
end

#requested::String

Returns the value of attribute requested.

Returns:

  • (::String)


16023
16024
16025
# File 'sig/types.rbs', line 16023

def requested
  @requested
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


16024
16025
16026
# File 'sig/types.rbs', line 16024

def status
  @status
end