Class: Aws::Types::CreateImpersonationRoleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def name
  @name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def organization_id
  @organization_id
end

#rules::Array[Types::ImpersonationRule]

Returns the value of attribute rules.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def rules
  @rules
end

#type"FULL_ACCESS", "READ_ONLY"

Returns the value of attribute type.

Returns:

  • ("FULL_ACCESS", "READ_ONLY")


137
138
139
# File 'sig/types.rbs', line 137

def type
  @type
end