Class: Aws::Types::UpdatePolicyStoreOutput

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)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def arn
  @arn
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def created_date
  @created_date
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def last_updated_date
  @last_updated_date
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def policy_store_id
  @policy_store_id
end