Class: Aws::Types::CreateAcmeExternalAccountBindingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acme_endpoint_arn::String

Returns the value of attribute acme_endpoint_arn.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def acme_endpoint_arn
  @acme_endpoint_arn
end

#expirationTypes::Expiration

Returns the value of attribute expiration.

Returns:



358
359
360
# File 'sig/types.rbs', line 358

def expiration
  @expiration
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def idempotency_token
  @idempotency_token
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def tags
  @tags
end