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)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def association_arn
  @association_arn
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def association_id
  @association_id
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def cluster_name
  @cluster_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def namespace
  @namespace
end

#owner_arn::String

Returns the value of attribute owner_arn.

Returns:

  • (::String)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def owner_arn
  @owner_arn
end

#service_account::String

Returns the value of attribute service_account.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def 
  @service_account
end