Class: Aws::Types::PodIdentityAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_arn::String

Returns the value of attribute association_arn.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def association_arn
  @association_arn
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def association_id
  @association_id
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def cluster_name
  @cluster_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def created_at
  @created_at
end

#disable_session_tagsBoolean

Returns the value of attribute disable_session_tags.

Returns:

  • (Boolean)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def disable_session_tags
  @disable_session_tags
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1728
1729
1730
# File 'sig/types.rbs', line 1728

def external_id
  @external_id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def modified_at
  @modified_at
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def namespace
  @namespace
end

#owner_arn::String

Returns the value of attribute owner_arn.

Returns:

  • (::String)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def owner_arn
  @owner_arn
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def policy
  @policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def role_arn
  @role_arn
end

#service_account::String

Returns the value of attribute service_account.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def 
  @service_account
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1722
1723
1724
# File 'sig/types.rbs', line 1722

def tags
  @tags
end

#target_role_arn::String

Returns the value of attribute target_role_arn.

Returns:

  • (::String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def target_role_arn
  @target_role_arn
end