Module: Aws::VerifiedPermissions::Client::_GetPolicyTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyTemplateOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #last_updated_date ⇒ ::Time
- #name ⇒ ::String
- #policy_store_id ⇒ ::String
- #policy_template_id ⇒ ::String
- #statement ⇒ ::String
Instance Method Details
#created_date ⇒ ::Time
417 |
# File 'sig/client.rbs', line 417
def created_date: () -> ::Time
|
#description ⇒ ::String
415 |
# File 'sig/client.rbs', line 415
def description: () -> ::String
|
#last_updated_date ⇒ ::Time
418 |
# File 'sig/client.rbs', line 418
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def name: () -> ::String
|
#policy_store_id ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def policy_store_id: () -> ::String
|
#policy_template_id ⇒ ::String
414 |
# File 'sig/client.rbs', line 414
def policy_template_id: () -> ::String
|
#statement ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def statement: () -> ::String
|