Class: Aws::Types::GetUsageProfileResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::ProfileConfiguration

Returns the value of attribute configuration.



4328
4329
4330
# File 'sig/types.rbs', line 4328

def configuration
  @configuration
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


4329
4330
4331
# File 'sig/types.rbs', line 4329

def created_on
  @created_on
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4327
4328
4329
# File 'sig/types.rbs', line 4327

def description
  @description
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


4330
4331
4332
# File 'sig/types.rbs', line 4330

def last_modified_on
  @last_modified_on
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4326
4327
4328
# File 'sig/types.rbs', line 4326

def name
  @name
end