Class: Aws::Types::CreateCrossAccountAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def idempotency_token
  @idempotency_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def name
  @name
end

#principals::Array[::String]

Returns the value of attribute principals.

Returns:

  • (::Array[::String])


168
169
170
# File 'sig/types.rbs', line 168

def principals
  @principals
end

#resources::Array[Types::Resource]

Returns the value of attribute resources.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def resources
  @resources
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def tags
  @tags
end