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)


12307
12308
12309
# File 'sig/types.rbs', line 12307

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)


12305
12306
12307
# File 'sig/types.rbs', line 12305

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)


12304
12305
12306
# File 'sig/types.rbs', line 12304

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)


12306
12307
12308
# File 'sig/types.rbs', line 12306

def ipam_id
  @ipam_id
end

#ipam_region::String

Returns the value of attribute ipam_region.

Returns:

  • (::String)


12308
12309
12310
# File 'sig/types.rbs', line 12308

def ipam_region
  @ipam_region
end

#not_after::Time

Returns the value of attribute not_after.

Returns:

  • (::Time)


12311
12312
12313
# File 'sig/types.rbs', line 12311

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


12314
12315
12316
# File 'sig/types.rbs', line 12314

def state
  @state
end

#status"valid", "expired"

Returns the value of attribute status.

Returns:

  • ("valid", "expired")


12312
12313
12314
# File 'sig/types.rbs', line 12312

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12313
12314
12315
# File 'sig/types.rbs', line 12313

def tags
  @tags
end

#token_name::String

Returns the value of attribute token_name.

Returns:

  • (::String)


12310
12311
12312
# File 'sig/types.rbs', line 12310

def token_name
  @token_name
end

#token_value::String

Returns the value of attribute token_value.

Returns:

  • (::String)


12309
12310
12311
# File 'sig/types.rbs', line 12309

def token_value
  @token_value
end