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)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def association_arn
  @association_arn
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def association_id
  @association_id
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def cluster_name
  @cluster_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def created_at
  @created_at
end

#disable_session_tagsBoolean

Returns the value of attribute disable_session_tags.

Returns:

  • (Boolean)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def disable_session_tags
  @disable_session_tags
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def external_id
  @external_id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def modified_at
  @modified_at
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def namespace
  @namespace
end

#owner_arn::String

Returns the value of attribute owner_arn.

Returns:

  • (::String)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def owner_arn
  @owner_arn
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def policy
  @policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def role_arn
  @role_arn
end

#service_account::String

Returns the value of attribute service_account.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def 
  @service_account
end

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

Returns the value of attribute tags.

Returns:

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


1692
1693
1694
# File 'sig/types.rbs', line 1692

def tags
  @tags
end

#target_role_arn::String

Returns the value of attribute target_role_arn.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def target_role_arn
  @target_role_arn
end