Class: Aws::Types::ResourceInfo
- Inherits:
-
Object
- Object
- Aws::Types::ResourceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_resource_owner_account ⇒ ::String
Returns the value of attribute expected_resource_owner_account.
-
#hybrid_access_enabled ⇒ Boolean
Returns the value of attribute hybrid_access_enabled.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#verification_status ⇒ "VERIFIED", ...
Returns the value of attribute verification_status.
-
#with_federation ⇒ Boolean
Returns the value of attribute with_federation.
-
#with_privileged_access ⇒ Boolean
Returns the value of attribute with_privileged_access.
Instance Attribute Details
#expected_resource_owner_account ⇒ ::String
Returns the value of attribute expected_resource_owner_account.
957 958 959 |
# File 'sig/types.rbs', line 957 def expected_resource_owner_account @expected_resource_owner_account end |
#hybrid_access_enabled ⇒ Boolean
Returns the value of attribute hybrid_access_enabled.
954 955 956 |
# File 'sig/types.rbs', line 954 def hybrid_access_enabled @hybrid_access_enabled end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
952 953 954 |
# File 'sig/types.rbs', line 952 def last_modified @last_modified end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
950 951 952 |
# File 'sig/types.rbs', line 950 def resource_arn @resource_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
951 952 953 |
# File 'sig/types.rbs', line 951 def role_arn @role_arn end |
#verification_status ⇒ "VERIFIED", ...
Returns the value of attribute verification_status.
956 957 958 |
# File 'sig/types.rbs', line 956 def verification_status @verification_status end |
#with_federation ⇒ Boolean
Returns the value of attribute with_federation.
953 954 955 |
# File 'sig/types.rbs', line 953 def with_federation @with_federation end |
#with_privileged_access ⇒ Boolean
Returns the value of attribute with_privileged_access.
955 956 957 |
# File 'sig/types.rbs', line 955 def with_privileged_access @with_privileged_access end |