Class: Aws::Types::GetServiceResponse

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)


759
760
761
# File 'sig/types.rbs', line 759

def arn
  @arn
end

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


766
767
768
# File 'sig/types.rbs', line 766

def auth_type
  @auth_type
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def certificate_arn
  @certificate_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


760
761
762
# File 'sig/types.rbs', line 760

def created_at
  @created_at
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def custom_domain_name
  @custom_domain_name
end

#dns_entryTypes::DnsEntry

Returns the value of attribute dns_entry.

Returns:



762
763
764
# File 'sig/types.rbs', line 762

def dns_entry
  @dns_entry
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def failure_message
  @failure_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def id
  @id
end

#idle_timeout_seconds::Integer

Returns the value of attribute idle_timeout_seconds.

Returns:

  • (::Integer)


767
768
769
# File 'sig/types.rbs', line 767

def idle_timeout_seconds
  @idle_timeout_seconds
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


761
762
763
# File 'sig/types.rbs', line 761

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


765
766
767
# File 'sig/types.rbs', line 765

def status
  @status
end