Module: Aws::Glue::Client::_GetUsageProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUsageProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration ⇒ Types::ProfileConfiguration
- #created_on ⇒ ::Time
- #description ⇒ ::String
- #last_modified_on ⇒ ::Time
- #name ⇒ ::String
Instance Method Details
#configuration ⇒ Types::ProfileConfiguration
2883 |
# File 'sig/client.rbs', line 2883
def configuration: () -> Types::ProfileConfiguration
|
#created_on ⇒ ::Time
2884 |
# File 'sig/client.rbs', line 2884
def created_on: () -> ::Time
|
#description ⇒ ::String
2882 |
# File 'sig/client.rbs', line 2882
def description: () -> ::String
|
#last_modified_on ⇒ ::Time
2885 |
# File 'sig/client.rbs', line 2885
def last_modified_on: () -> ::Time
|
#name ⇒ ::String
2881 |
# File 'sig/client.rbs', line 2881
def name: () -> ::String
|