Class: Aws::Types::IpamExternalResourceVerificationToken

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_arn::String

Returns the value of attribute ipam_arn.

Returns:

  • (::String)


12540
12541
12542
# File 'sig/types.rbs', line 12540

def ipam_arn
  @ipam_arn
end

#ipam_external_resource_verification_token_arn::String

Returns the value of attribute ipam_external_resource_verification_token_arn.

Returns:

  • (::String)


12538
12539
12540
# File 'sig/types.rbs', line 12538

def ipam_external_resource_verification_token_arn
  @ipam_external_resource_verification_token_arn
end

#ipam_external_resource_verification_token_id::String

Returns the value of attribute ipam_external_resource_verification_token_id.

Returns:

  • (::String)


12537
12538
12539
# File 'sig/types.rbs', line 12537

def ipam_external_resource_verification_token_id
  @ipam_external_resource_verification_token_id
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


12539
12540
12541
# File 'sig/types.rbs', line 12539

def ipam_id
  @ipam_id
end

#ipam_region::String

Returns the value of attribute ipam_region.

Returns:

  • (::String)


12541
12542
12543
# File 'sig/types.rbs', line 12541

def ipam_region
  @ipam_region
end

#not_after::Time

Returns the value of attribute not_after.

Returns:

  • (::Time)


12544
12545
12546
# File 'sig/types.rbs', line 12544

def not_after
  @not_after
end

#state"create-in-progress", ...

Returns the value of attribute state.

Returns:

  • ("create-in-progress", "create-complete", "create-failed", "delete-in-progress", "delete-complete", "delete-failed")


12547
12548
12549
# File 'sig/types.rbs', line 12547

def state
  @state
end

#status"valid", "expired"

Returns the value of attribute status.

Returns:

  • ("valid", "expired")


12545
12546
12547
# File 'sig/types.rbs', line 12545

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12546
12547
12548
# File 'sig/types.rbs', line 12546

def tags
  @tags
end

#token_name::String

Returns the value of attribute token_name.

Returns:

  • (::String)


12543
12544
12545
# File 'sig/types.rbs', line 12543

def token_name
  @token_name
end

#token_value::String

Returns the value of attribute token_value.

Returns:

  • (::String)


12542
12543
12544
# File 'sig/types.rbs', line 12542

def token_value
  @token_value
end