Class: Aws::Types::UpdateTrustedEntitySetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrustedEntitySetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activate ⇒ Boolean
Returns the value of attribute activate.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#trusted_entity_set_id ⇒ ::String
Returns the value of attribute trusted_entity_set_id.
Instance Attribute Details
#activate ⇒ Boolean
Returns the value of attribute activate.
3293 3294 3295 |
# File 'sig/types.rbs', line 3293 def activate @activate end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def detector_id @detector_id end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
3292 3293 3294 |
# File 'sig/types.rbs', line 3292 def expected_bucket_owner @expected_bucket_owner end |
#location ⇒ ::String
Returns the value of attribute location.
3291 3292 3293 |
# File 'sig/types.rbs', line 3291 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
3290 3291 3292 |
# File 'sig/types.rbs', line 3290 def name @name end |
#trusted_entity_set_id ⇒ ::String
Returns the value of attribute trusted_entity_set_id.
3289 3290 3291 |
# File 'sig/types.rbs', line 3289 def trusted_entity_set_id @trusted_entity_set_id end |