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.



4318
4319
4320
# File 'sig/types.rbs', line 4318

def configuration
  @configuration
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


4319
4320
4321
# File 'sig/types.rbs', line 4319

def created_on
  @created_on
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4317
4318
4319
# File 'sig/types.rbs', line 4317

def description
  @description
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


4320
4321
4322
# File 'sig/types.rbs', line 4320

def last_modified_on
  @last_modified_on
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4316
4317
4318
# File 'sig/types.rbs', line 4316

def name
  @name
end