Class: Aws::Types::GetSchemaOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:schema])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


599
600
601
# File 'sig/types.rbs', line 599

def created_date
  @created_date
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


600
601
602
# File 'sig/types.rbs', line 600

def last_updated_date
  @last_updated_date
end

#namespaces::Array[::String]

Returns the value of attribute namespaces.

Returns:

  • (::Array[::String])


601
602
603
# File 'sig/types.rbs', line 601

def namespaces
  @namespaces
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def policy_store_id
  @policy_store_id
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def schema
  @schema
end