Class: Aws::Types::StudioSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_mode"SSO", "IAM"

Returns the value of attribute auth_mode.

Returns:

  • ("SSO", "IAM")


1737
1738
1739
# File 'sig/types.rbs', line 1737

def auth_mode
  @auth_mode
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def name
  @name
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def studio_id
  @studio_id
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def url
  @url
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def vpc_id
  @vpc_id
end