Class: Aws::Types::UpdateCrossAccountAttachmentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#add_principals::Array[::String]

Returns the value of attribute add_principals.

Returns:



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.

Returns:



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.

Returns:



858
859
860
# File 'sig/types.rbs', line 858

def attachment_arn
  @attachment_arn
end

#name::String

Returns the value of attribute name.

Returns:



859
860
861
# File 'sig/types.rbs', line 859

def name
  @name
end

#remove_principals::Array[::String]

Returns the value of attribute remove_principals.

Returns:



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.

Returns:



863
864
865
# File 'sig/types.rbs', line 863

def remove_resources
  @remove_resources
end