Class: Aws::Types::PutSchemaOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:



998
999
1000
# File 'sig/types.rbs', line 998

def created_date
  @created_date
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def last_updated_date
  @last_updated_date
end

#namespaces::Array[::String]

Returns the value of attribute namespaces.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def namespaces
  @namespaces
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:



996
997
998
# File 'sig/types.rbs', line 996

def policy_store_id
  @policy_store_id
end