Module: Aws::IoTSiteWise::Client::_DescribeAccessPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAccessPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_policy_arn ⇒ ::String
- #access_policy_creation_date ⇒ ::Time
- #access_policy_id ⇒ ::String
- #access_policy_identity ⇒ Types::Identity
- #access_policy_last_update_date ⇒ ::Time
- #access_policy_permission ⇒ "ADMINISTRATOR", "VIEWER"
- #access_policy_resource ⇒ Types::Resource
Instance Method Details
#access_policy_arn ⇒ ::String
636 |
# File 'sig/client.rbs', line 636
def access_policy_arn: () -> ::String
|
#access_policy_creation_date ⇒ ::Time
640 |
# File 'sig/client.rbs', line 640
def access_policy_creation_date: () -> ::Time
|
#access_policy_id ⇒ ::String
635 |
# File 'sig/client.rbs', line 635
def access_policy_id: () -> ::String
|
#access_policy_identity ⇒ Types::Identity
637 |
# File 'sig/client.rbs', line 637
def access_policy_identity: () -> Types::Identity
|
#access_policy_last_update_date ⇒ ::Time
641 |
# File 'sig/client.rbs', line 641
def access_policy_last_update_date: () -> ::Time
|
#access_policy_permission ⇒ "ADMINISTRATOR", "VIEWER"
639 |
# File 'sig/client.rbs', line 639
def access_policy_permission: () -> ("ADMINISTRATOR" | "VIEWER")
|
#access_policy_resource ⇒ Types::Resource
638 |
# File 'sig/client.rbs', line 638
def access_policy_resource: () -> Types::Resource
|