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)


12036
12037
12038
# File 'sig/types.rbs', line 12036

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)


12034
12035
12036
# File 'sig/types.rbs', line 12034

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)


12033
12034
12035
# File 'sig/types.rbs', line 12033

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)


12035
12036
12037
# File 'sig/types.rbs', line 12035

def ipam_id
  @ipam_id
end

#ipam_region::String

Returns the value of attribute ipam_region.

Returns:

  • (::String)


12037
12038
12039
# File 'sig/types.rbs', line 12037

def ipam_region
  @ipam_region
end

#not_after::Time

Returns the value of attribute not_after.

Returns:

  • (::Time)


12040
12041
12042
# File 'sig/types.rbs', line 12040

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


12043
12044
12045
# File 'sig/types.rbs', line 12043

def state
  @state
end

#status"valid", "expired"

Returns the value of attribute status.

Returns:

  • ("valid", "expired")


12041
12042
12043
# File 'sig/types.rbs', line 12041

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12042
12043
12044
# File 'sig/types.rbs', line 12042

def tags
  @tags
end

#token_name::String

Returns the value of attribute token_name.

Returns:

  • (::String)


12039
12040
12041
# File 'sig/types.rbs', line 12039

def token_name
  @token_name
end

#token_value::String

Returns the value of attribute token_value.

Returns:

  • (::String)


12038
12039
12040
# File 'sig/types.rbs', line 12038

def token_value
  @token_value
end