Class: Aws::Types::ProjectPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def creation_timestamp
  @creation_timestamp
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1505
1506
1507
# File 'sig/types.rbs', line 1505

def last_updated_timestamp
  @last_updated_timestamp
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def policy_name
  @policy_name
end

#policy_revision_id::String

Returns the value of attribute policy_revision_id.

Returns:

  • (::String)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def policy_revision_id
  @policy_revision_id
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def project_arn
  @project_arn
end