Module: Aws::CodeCatalyst::Client::_CreateAccessTokenResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccessTokenResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#access_token_id ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def access_token_id: () -> ::String
|
#expires_time ⇒ ::Time
85 |
# File 'sig/client.rbs', line 85
def expires_time: () -> ::Time
|
#name ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def name: () -> ::String
|
#secret ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def secret: () -> ::String
|