Class: Aws::Types::Root

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def name
  @name
end

#policy_types::Array[Types::PolicyTypeSummary]

Returns the value of attribute policy_types.

Returns:



992
993
994
# File 'sig/types.rbs', line 992

def policy_types
  @policy_types
end