Class: Aws::Types::UpdateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceRequest
- 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.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#with_federation ⇒ Boolean
Returns the value of attribute with_federation.
Instance Attribute Details
#expected_resource_owner_account ⇒ ::String
Returns the value of attribute expected_resource_owner_account.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def expected_resource_owner_account @expected_resource_owner_account end |
#hybrid_access_enabled ⇒ Boolean
Returns the value of attribute hybrid_access_enabled.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def hybrid_access_enabled @hybrid_access_enabled end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def resource_arn @resource_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def role_arn @role_arn end |
#with_federation ⇒ Boolean
Returns the value of attribute with_federation.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def with_federation @with_federation end |