Class: Aws::Types::CreateServiceNetworkServiceAssociationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def created_by
  @created_by
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def custom_domain_name
  @custom_domain_name
end

#dns_entryTypes::DnsEntry

Returns the value of attribute dns_entry.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def dns_entry
  @dns_entry
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def id
  @id
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


228
229
230
# File 'sig/types.rbs', line 228

def status
  @status
end