Class: Aws::Types::GetServiceNetworkServiceAssociationResponse

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)


711
712
713
# File 'sig/types.rbs', line 711

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


713
714
715
# File 'sig/types.rbs', line 713

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def created_by
  @created_by
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def custom_domain_name
  @custom_domain_name
end

#dns_entryTypes::DnsEntry

Returns the value of attribute dns_entry.

Returns:



720
721
722
# File 'sig/types.rbs', line 720

def dns_entry
  @dns_entry
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def failure_message
  @failure_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def id
  @id
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def service_arn
  @service_arn
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def service_id
  @service_id
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def service_name
  @service_name
end

#service_network_arn::String

Returns the value of attribute service_network_arn.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def service_network_arn
  @service_network_arn
end

#service_network_id::String

Returns the value of attribute service_network_id.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def service_network_id
  @service_network_id
end

#service_network_name::String

Returns the value of attribute service_network_name.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def service_network_name
  @service_network_name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


710
711
712
# File 'sig/types.rbs', line 710

def status
  @status
end