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.



4299
4300
4301
# File 'sig/types.rbs', line 4299

def configuration
  @configuration
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


4300
4301
4302
# File 'sig/types.rbs', line 4300

def created_on
  @created_on
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4298
4299
4300
# File 'sig/types.rbs', line 4298

def description
  @description
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


4301
4302
4303
# File 'sig/types.rbs', line 4301

def last_modified_on
  @last_modified_on
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4297
4298
4299
# File 'sig/types.rbs', line 4297

def name
  @name
end