Class: Aws::Types::Role

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value, :type])

Instance Attribute Summary collapse

Instance Attribute Details

#primary ⇒ Boolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


425
426
427
# File 'sig/types.rbs', line 425

def primary
  @primary
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def type
  @type
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def value
  @value
end