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)


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

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)


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

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)


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

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)


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

def ipam_id
  @ipam_id
end

#ipam_region::String

Returns the value of attribute ipam_region.

Returns:

  • (::String)


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

def ipam_region
  @ipam_region
end

#not_after::Time

Returns the value of attribute not_after.

Returns:

  • (::Time)


12550
12551
12552
# File 'sig/types.rbs', line 12550

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")


12553
12554
12555
# File 'sig/types.rbs', line 12553

def state
  @state
end

#status"valid", "expired"

Returns the value of attribute status.

Returns:

  • ("valid", "expired")


12551
12552
12553
# File 'sig/types.rbs', line 12551

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12552
12553
12554
# File 'sig/types.rbs', line 12552

def tags
  @tags
end

#token_name::String

Returns the value of attribute token_name.

Returns:

  • (::String)


12549
12550
12551
# File 'sig/types.rbs', line 12549

def token_name
  @token_name
end

#token_value::String

Returns the value of attribute token_value.

Returns:

  • (::String)


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

def token_value
  @token_value
end