Class: Aws::Types::CreateTrustedTokenIssuerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def client_token
  @client_token
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def tags
  @tags
end

#trusted_token_issuer_configurationTypes::TrustedTokenIssuerConfiguration

Returns the value of attribute trusted_token_issuer_configuration.



255
256
257
# File 'sig/types.rbs', line 255

def trusted_token_issuer_configuration
  @trusted_token_issuer_configuration
end

#trusted_token_issuer_type"OIDC_JWT"

Returns the value of attribute trusted_token_issuer_type.

Returns:

  • ("OIDC_JWT")


254
255
256
# File 'sig/types.rbs', line 254

def trusted_token_issuer_type
  @trusted_token_issuer_type
end