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
2895 |
# File 'sig/client.rbs', line 2895
def configuration: () -> Types::ProfileConfiguration
|
#created_on ⇒ ::Time
2896 |
# File 'sig/client.rbs', line 2896
def created_on: () -> ::Time
|
#description ⇒ ::String
2894 |
# File 'sig/client.rbs', line 2894
def description: () -> ::String
|
#last_modified_on ⇒ ::Time
2897 |
# File 'sig/client.rbs', line 2897
def last_modified_on: () -> ::Time
|
#name ⇒ ::String
2893 |
# File 'sig/client.rbs', line 2893
def name: () -> ::String
|