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)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def association_arn
  @association_arn
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def association_id
  @association_id
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def cluster_name
  @cluster_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def created_at
  @created_at
end

#disable_session_tagsBoolean

Returns the value of attribute disable_session_tags.

Returns:

  • (Boolean)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def disable_session_tags
  @disable_session_tags
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def external_id
  @external_id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


1587
1588
1589
# File 'sig/types.rbs', line 1587

def modified_at
  @modified_at
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def namespace
  @namespace
end

#owner_arn::String

Returns the value of attribute owner_arn.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def owner_arn
  @owner_arn
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1592
1593
1594
# File 'sig/types.rbs', line 1592

def policy
  @policy
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def role_arn
  @role_arn
end

#service_account::String

Returns the value of attribute service_account.

Returns:

  • (::String)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def 
  @service_account
end

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

Returns the value of attribute tags.

Returns:

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


1585
1586
1587
# File 'sig/types.rbs', line 1585

def tags
  @tags
end

#target_role_arn::String

Returns the value of attribute target_role_arn.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def target_role_arn
  @target_role_arn
end