Class: Aws::Types::GetClusterSessionCredentialsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def cluster_id
  @cluster_id
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def execution_role_arn
  @execution_role_arn
end