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)


15384
15385
15386
# File 'sig/types.rbs', line 15384

def provision_time
  @provision_time
end

#provisioned::String

Returns the value of attribute provisioned.

Returns:

  • (::String)


15385
15386
15387
# File 'sig/types.rbs', line 15385

def provisioned
  @provisioned
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


15386
15387
15388
# File 'sig/types.rbs', line 15386

def request_time
  @request_time
end

#requested::String

Returns the value of attribute requested.

Returns:

  • (::String)


15387
15388
15389
# File 'sig/types.rbs', line 15387

def requested
  @requested
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


15388
15389
15390
# File 'sig/types.rbs', line 15388

def status
  @status
end