Class: Aws::Types::CreateDelegationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:comment])

Instance Attribute Summary collapse

Instance Attribute Details

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def comment
  @comment
end

#control_set_id ⇒ ::String

Returns the value of attribute control_set_id.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def control_set_id
  @control_set_id
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def role_arn
  @role_arn
end

#role_type ⇒ "PROCESS_OWNER", "RESOURCE_OWNER"

Returns the value of attribute role_type.

Returns:

  • ("PROCESS_OWNER", "RESOURCE_OWNER")


460
461
462
# File 'sig/types.rbs', line 460

def role_type
  @role_type
end