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
2909 |
# File 'sig/client.rbs', line 2909
def configuration: () -> Types::ProfileConfiguration
|
#created_on ⇒ ::Time
2910 |
# File 'sig/client.rbs', line 2910
def created_on: () -> ::Time
|
#description ⇒ ::String
2908 |
# File 'sig/client.rbs', line 2908
def description: () -> ::String
|
#last_modified_on ⇒ ::Time
2911 |
# File 'sig/client.rbs', line 2911
def last_modified_on: () -> ::Time
|
#name ⇒ ::String
2907 |
# File 'sig/client.rbs', line 2907
def name: () -> ::String
|