Class: Aws::Types::UpdateCrossAccountAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCrossAccountAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_principals ⇒ ::Array[::String]
Returns the value of attribute add_principals.
-
#add_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute add_resources.
-
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#remove_principals ⇒ ::Array[::String]
Returns the value of attribute remove_principals.
-
#remove_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute remove_resources.
Instance Attribute Details
#add_principals ⇒ ::Array[::String]
Returns the value of attribute add_principals.
860 861 862 |
# File 'sig/types.rbs', line 860 def add_principals @add_principals end |
#add_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute add_resources.
862 863 864 |
# File 'sig/types.rbs', line 862 def add_resources @add_resources end |
#attachment_arn ⇒ ::String
Returns the value of attribute attachment_arn.
858 859 860 |
# File 'sig/types.rbs', line 858 def end |
#name ⇒ ::String
Returns the value of attribute name.
859 860 861 |
# File 'sig/types.rbs', line 859 def name @name end |
#remove_principals ⇒ ::Array[::String]
Returns the value of attribute remove_principals.
861 862 863 |
# File 'sig/types.rbs', line 861 def remove_principals @remove_principals end |
#remove_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute remove_resources.
863 864 865 |
# File 'sig/types.rbs', line 863 def remove_resources @remove_resources end |