Class: Aws::Types::Delegation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:assessment_name, :comment, :created_by])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id ⇒ ::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def assessment_id
  @assessment_id
end

#assessment_name ⇒ ::String

Returns the value of attribute assessment_name.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def assessment_name
  @assessment_name
end

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def comment
  @comment
end

#control_set_id ⇒ ::String

Returns the value of attribute control_set_id.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def control_set_id
  @control_set_id
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def created_by
  @created_by
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


477
478
479
# File 'sig/types.rbs', line 477

def creation_time
  @creation_time
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def id
  @id
end

#last_updated ⇒ ::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


478
479
480
# File 'sig/types.rbs', line 478

def last_updated
  @last_updated
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def role_arn
  @role_arn
end

#role_type ⇒ "PROCESS_OWNER", "RESOURCE_OWNER"

Returns the value of attribute role_type.

Returns:

  • ("PROCESS_OWNER", "RESOURCE_OWNER")


476
477
478
# File 'sig/types.rbs', line 476

def role_type
  @role_type
end

#status ⇒ "IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "UNDER_REVIEW", "COMPLETE")


474
475
476
# File 'sig/types.rbs', line 474

def status
  @status
end