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
958 |
# File 'sig/client.rbs', line 958
def access_policy_arn: () -> ::String
|
#access_policy_creation_date ⇒ ::Time
962 |
# File 'sig/client.rbs', line 962
def access_policy_creation_date: () -> ::Time
|
#access_policy_id ⇒ ::String
957 |
# File 'sig/client.rbs', line 957
def access_policy_id: () -> ::String
|
#access_policy_identity ⇒ Types::Identity
959 |
# File 'sig/client.rbs', line 959
def access_policy_identity: () -> Types::Identity
|
#access_policy_last_update_date ⇒ ::Time
963 |
# File 'sig/client.rbs', line 963
def access_policy_last_update_date: () -> ::Time
|
#access_policy_permission ⇒ "ADMINISTRATOR", "VIEWER"
961 |
# File 'sig/client.rbs', line 961
def access_policy_permission: () -> ("ADMINISTRATOR" | "VIEWER")
|
#access_policy_resource ⇒ Types::Resource
960 |
# File 'sig/client.rbs', line 960
def access_policy_resource: () -> Types::Resource
|