Class: Aws::Types::PodIdentityAssociationSummary

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)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def association_arn
  @association_arn
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def association_id
  @association_id
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def cluster_name
  @cluster_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def namespace
  @namespace
end

#owner_arn::String

Returns the value of attribute owner_arn.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def owner_arn
  @owner_arn
end

#service_account::String

Returns the value of attribute service_account.

Returns:

  • (::String)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def 
  @service_account
end