Class: Aws::Types::GetImpersonationRoleResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#date_created::Time

Returns the value of attribute date_created.



687
688
689
# File 'sig/types.rbs', line 687

def date_created
  @date_created
end

#date_modified::Time

Returns the value of attribute date_modified.



688
689
690
# File 'sig/types.rbs', line 688

def date_modified
  @date_modified
end

#description::String

Returns the value of attribute description.



685
686
687
# File 'sig/types.rbs', line 685

def description
  @description
end

#impersonation_role_id::String

Returns the value of attribute impersonation_role_id.



682
683
684
# File 'sig/types.rbs', line 682

def impersonation_role_id
  @impersonation_role_id
end

#name::String

Returns the value of attribute name.



683
684
685
# File 'sig/types.rbs', line 683

def name
  @name
end

#rules::Array[Types::ImpersonationRule]

Returns the value of attribute rules.



686
687
688
# File 'sig/types.rbs', line 686

def rules
  @rules
end

#type"FULL_ACCESS", "READ_ONLY"

Returns the value of attribute type.



684
685
686
# File 'sig/types.rbs', line 684

def type
  @type
end