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
2919 |
# File 'sig/client.rbs', line 2919
def configuration: () -> Types::ProfileConfiguration
|
#created_on ⇒ ::Time
2920 |
# File 'sig/client.rbs', line 2920
def created_on: () -> ::Time
|
#description ⇒ ::String
2918 |
# File 'sig/client.rbs', line 2918
def description: () -> ::String
|
#last_modified_on ⇒ ::Time
2921 |
# File 'sig/client.rbs', line 2921
def last_modified_on: () -> ::Time
|
#name ⇒ ::String
2917 |
# File 'sig/client.rbs', line 2917
def name: () -> ::String
|